13. Lab III: Build a Dog Microservice (Registration)

Lab III: Build a Dog Microservice

Now, you can finish off your Eureka-based microservice! Create a Microservice that returns a list of dogs from an embedded H2 in memory database and registers itself with a Eureka Server.

Registration

  • Step 1: Turn the microservice into a Eureka client by adding the appropriate annotations and dependencies in the Maven POM file.

  • Step 2: Use a web browser to view the Eureka web console to ensure your microservice is registered.

Build a Dog Microservice Lab

Task List:

Task Feedback:

Nice work! You can now build REST APIs, GraphQL APIs, and microservices. From here on out, you'll add layers to your APIs by learning to secure, document and test them, as well as consume information from outside APIs.